home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / FILENOTE.ZIP / SETUP.INF < prev    next >
INI File  |  1993-11-21  |  743b  |  29 lines

  1. ; Module name: Setup.Inf
  2.  
  3. [Application] 
  4. ;Application global information 
  5. AppName=File Notes
  6. DefDir=C:\WINDOWS\FILENOTE
  7. SpaceNeeded=60
  8.  
  9. [Disks] 
  10. ;List of diskettes needed to install the product and the name 
  11. ;of each diskette.
  12. 1=File Notes
  13.  
  14. [Dirs] 
  15. ;lists of directories that must be created from the destination directory 
  16. ;files to be copied are in the same directory structure on the 
  17. ;floppy (by default) 
  18. 1=.
  19.  
  20. [Files] 
  21. ;description, name, (dir #), (diskette #), (Compressed)
  22. File Notes DLL,       FILENOTE.DLL,  1, 1, N
  23. File Notes Help,      FILENOTE.HLP,  1, 1, N
  24. Readme File,          README.TXT,    1, 1, N
  25. Order Form,           ORDERFRM.TXT,  1, 1, N
  26. Catalog,              CATALOG.TXT,   1, 1, N
  27.  
  28. [End]
  29.